Initial cut at implementing a new color chooser
authorMatthias Clasen <mclasen@redhat.com>
Sun, 29 Jan 2012 15:42:34 +0000 (10:42 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 14 Feb 2012 21:36:49 +0000 (16:36 -0500)
commit3b6e316e746dc6a4ca21bc87e678eec4a1c549e4
treea17cd79c243406d9eb5dff902049ac6a6a6ef9f3
parente2bde55277631a581ccac0232ca39474f6bccf7b
Initial cut at implementing a new color chooser

This is a partial implementation of
https://live.gnome.org/GnomeOS/Design/Whiteboards/ColorSelection
The new color editor has not been implemented yet.
13 files changed:
gtk/Makefile.am
gtk/gtkcolorchooser.c [new file with mode: 0644]
gtk/gtkcolorchooser.h [new file with mode: 0644]
gtk/gtkcolorchooserdialog.c [new file with mode: 0644]
gtk/gtkcolorchooserdialog.h [new file with mode: 0644]
gtk/gtkcolorchooserprivate.h [new file with mode: 0644]
gtk/gtkcolorchooserwidget.c [new file with mode: 0644]
gtk/gtkcolorchooserwidget.h [new file with mode: 0644]
gtk/gtkcoloreditor.c [new file with mode: 0644]
gtk/gtkcoloreditor.h [new file with mode: 0644]
gtk/gtkcolorswatch.c [new file with mode: 0644]
gtk/gtkcolorswatch.h [new file with mode: 0644]
gtk/org.gtk.Settings.ColorChooser.gschema.xml [new file with mode: 0644]